@charset "utf-8";
/* CSS Document */

/* General Styles */
body {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

h2, h3 {
    margin: 0;
}

/* Navbar Styles */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 80px;
    background-color: #f3eeea;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Adjust individual sections */
.navbar div {
    flex: 1;
    text-align: center;
}

.welcome {
    text-align: left;
}

.eternity {
    text-align: right;
}

main {
     margin: 50px 0; 
     height: 100vh; 
     background-image: url('Gen 23-26 Photo.png');
     background-size: cover; 
     background-position: center; 
     background-repeat: no-repeat; 
	 align-content: center;
	 backdrop-filter: blur(1px);
	 font-size: 2rem;
}

h1 {
	color: #f3eeea;
	text-align: center;
	filter: none;
}

.butts {
	text-align: center;
	
}

 button {
	color: black;
    padding: 15px 30px;
    font-size: 18px;
    border: none; 
    border-radius: 25px;
    background-color: #f3eeea;
    cursor: pointer; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
    transition: background-color 0.3s ease; 
}

.log-in {
	margin-bottom: 50px;
}